home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / finst11.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-12-22  |  233b  |  16 lines

  1. @echo off
  2. if EXIST qainfo.exe goto okay
  3. echo -- Please run the install program from the floppy drive.
  4. goto end
  5. :okay
  6. if "%1"=="m" goto start
  7. cls
  8. mixer off >> nul
  9. start
  10. :start
  11. mixer on >> nul
  12. p16 a 8
  13. fboot
  14. :end
  15. echo on
  16.